/** *************** reset *************** */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
table,
caption,
th,
td,
form,
input,
button,
textarea {
  margin: 0;
  padding: 0;
}
img{
	width: auto;
	height: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
strong,
b {
  font-weight: bold;
}
h3,
h4,
h5,
h6,
em,
dt {
  font-weight: 400;
}
a,
a:hover {
  text-decoration: none;
  /* color: #313233; */
}
body {
  font: 16px/1.6 arial, '微软雅黑', 'PingFang SC';
  color: #333333;
  outline: 0;
  background: #fff;
}
textarea,
input,
button,
select {
  font: 14px/1.6 arial, '微软雅黑', 'PingFang SC';
  color: #333333;
  outline: 0;
}
/**  */
.l {
  float: left;
}
.r {
  float: right;
}
.clear {
  clear: both;
}
.dn {
  display: none;
}
.db {
  display: block;
}
.di {
  display: inline-block;
}

/** ******************* 背景色 **************** */
.b_82b7fb {background: #82B7FB;}
.b_1d74c0 {background: #1D74C0;}
.b_e8ecf0 {background: #E8ECF0}
.b_30 {background: #303030;}
.b_f {background: #fff;}
.b_f7 {background: #F7F7F7;}
.b_f2 {background: #F2F2F2;}
.b_e {background: #eee;}
.b_efeded {background: #efeded;}

/** ******************** 文字 ******************** */
.f16 {font-size: 16px;}
.f18 {font-size: 18px;}
.f24 {font-size: 24px;}
.f26 {font-size: 26px;}
.f28 {font-size: 28px;}
.f32 {font-size: 32px;}
.f34 {font-size: 34px;}
.f35 {font-size: 35px;}
.f36 {font-size: 36px;}
.f38 {font-size: 38px;}
.f40 {font-size: 40px;}
.f42 {font-size: 42px;}
.f44 {font-size: 44px;}
.f46 {font-size: 46px;}
.f48 {font-size: 48px;}
.f50 {font-size: 50px;}
.f55 {font-size: 55px;}
.f56 {font-size: 56px;}
.f64 {font-size: 64px;}
.f66 {font-size: 66px;}
.f68 {font-size: 68px;}
.c_1d74c0 {color: #1D74C0;}
.c_c02720{color:#C02720;}
.c_0 {color: #000;}
.c_3 {color: #333;}
.c_4 {color: #444;}
.c_5 {color: #555;}
.c_6 {color: #666;}
.c_7 {color: #777;}
.c_8 {color: #888;}
.c_9 {color: #999;}
.c_c {color: #CCC;}
.c_b {color: #BBB;}
.c_f {color: #FFF;}
.fwb {font-weight: bold;}
.fw5 {font-weight: 500;}
.fw4 {font-weight: 400;}
.tl {text-align: left;}
.tc {text-align: center;}
.tr {text-align: right;}

/** ******************* 定位 ********************* */
.pr {position: relative;}
.pa {position: absolute;}
.pf {position: fixed;}

/** ******************* 弹性 ********************* */
.flex {display: flex;}
.ac {align-items: center;}
.jc {justify-content: center;}
.sa {justify-content: space-around;}
.sb {justify-content: space-between;}
.fg {flex-grow: 1;}
.fs {flex-shrink: 0;}
.wrap {flex-wrap: wrap;}
.col {flex-direction: column;}
.btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

/** **************** 其它 **************** */
.zcon {
  width: 1200px;
  margin: 0 auto;
}
.poi {
  cursor: pointer;
}
.transition {
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
}



/** *************** header *************** */
.header{
	width: 100%;
	overflow: hidden;
}
.header .bgBox{
	width: 100%;
	position: relative;
}
.header .br{
	width: 100%;
	/* z-index: -1; */
}
.header .top{
	width: 100%;
	/* height: 100px; */
	background: rgba(0,0,0,.2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.header .top>.zcon:after{
	content: "";
	display: block;
	clear: both;
}
.header .logoBox{
	height: 60px;
	display: flex;
	align-items: center;
	cursor: pointer;
	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.header .logoBox .logoBoxLeft{
	height: 60px;
	display: flex;
	align-items: center;
	cursor: pointer;
	/* font-size: 38px;
	color: #fff; */
	/* font-weight: bold; */
}
.header .logoBox .logoBoxRight{
	display: none;
}
.header .logo{
	width: 40px;
	height: 40px;
	margin-right: 15px;
}
.header .logoBox span{
	font-size: 24px;
	color: #fff;
}
	
/* .header .top .r{
	display: block;
	height: auto;
} */
.header .top .r>ul>li{
	height: 60px;
	display: inline-block;
	position: relative;
}
.header .top .r>ul>li>a,
.header .top .r>ul>li>span{
	display: inline-block;
	padding: 0 10px;
	/* font-size: 20px; */
	font-size: 14px;
	color: #fff;
	/* font-weight: bold; */
	line-height: 60px;
	cursor: pointer;
}
.header .top .r .action{
	color: #31ed11;
}
.header .top .r>ul>li:hover>a{
	color: #82b7fb;
}

/** banner图文分离部分的文字 */
.header .hearderContent{
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
}
.header .hearderContent .heaConBox{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.hearderContent .banName{
	font-size: 35px;
	color: #fff;
	text-align: center;
	line-height: 100%;
}
.hearderContent .banName_l{
	text-align: left;
}
.hearderContent p{
	padding-top: 14px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.hearderContent p:first-of-type{
	padding-top: 36px;
}
.hearderContent .p_l{
	text-align: left;
}

.hearderContent .contenBtn{
	width: 154px;
	height: 44px;
	display: block;
	margin: 20px auto 0;
	border: none;
	border-radius: 22px;
	background-color: rgba(255,255,255,.8);
	font-size: 16px;
	color: #333;
}

/** *************** title *************** */
.title{
	text-align: center;
}
.title h2{
	/* display: inline-block; */
	padding-top: 88px;
	padding-bottom: 12px;
	font-size: 35px;
	color: #1D74C0;
}
.title p{
	display: inline-block;
	width: 720px;
	padding-bottom: 60px;
	font-size: 20px;
	color: #666;
	line-height: 58px;
}

/** *************** footer *************** */
.footer{
	/* margin-top: 118px; */
}
.footer>.adv{
	/* width: 74vw; */
	background: #82B7FB;
}
.footer>.adv span{
	font-size: 20px;
	color: #fff;
	/* font-weight: bold; */
}
.footer>.adv button{
	width: 200px;
	height: 46px;
	margin: 12px 0;
	outline: none;
	border: 2px solid #E7F0FB;
	border-radius: 18px;
	background: transparent;
	font-size: 14px;
	color: #fff;
	/* font-weight: bold; */
	/* background: linear-gradient(135deg, #f00, #0f0); */
}

.footer .footerContent{
	padding-bottom: 70px;
	background: #303030;
}
.footer .footerUl{
	display: flex;
	justify-content: space-between;
}
.footer .footerUl>ul{
	/* font-size: 18px; */
}
.footer .footerUl>ul>li:first-of-type{
	padding: 62px 0 15px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
.footer .footerUl>ul>li>a,
.footer .footerUl>ul>li:nth-of-type(n+2){
	font-size: 12px;
	color: #999;
	font-weight: bold;
	line-height: 32px;
}
.footer .footerUl>ul>li>a:hover{
	color: #fff;
	text-decoration: underline;
}
.footer .footerUl .codeBox{
	width: 172px;
	height: 172px;
}
.footer .footerUl .code{
	width: 100%;
	height: 100%;
}

.copyright {
    margin-bottom: 0;
    background-color: #303030;
    color: #999;
    font-size: .75rem;
    line-height: 2.625rem;
    text-align: center;
}

/** *************** 他们都在用莫邻、我们的客户 *************** */
.theyBox{
	margin-bottom: 118px;
	display: flex;
	flex-wrap: wrap;
}
.theyBox>.theyItem{
	width: calc((100% - 90px)/4);
	position: relative;
	margin-right: 30px;
	padding: 0px 15px 56px;
	border: 1px solid #c1c1c1;
}
.theyBox>.theyItem:last-of-type{
	margin-right: 0px;
}

.theyItem .theyImgBox{
	width: 80%;
	height: 200px;
	margin: 0 auto;
	padding-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.theyItem .theyImgBox>.theyImg{
	max-width: 100%;
	max-height: 100%;
}

.theyItem:nth-of-type(1) .theyImgBox>.theyImg{
	width: 200px;
	height: 200px;
}
.theyItem:nth-of-type(2) .theyImgBox>.theyImg{
	width: 200px;
	height: 200px;
}
.theyItem:nth-of-type(3) .theyImgBox>.theyImg{
	width: 200px;
	height: 200px;
}
.theyItem:nth-of-type(4) .theyImgBox>.theyImg{
	width: 200px;
	height: 200px;
}


.theyItem .theyName{
	padding: 10px 0 16px;
	font-size: 20px;
	text-align: center;
}
.theyText,
.theyItem .project{
	font-size: 16px;
}
.theyItem .project{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	color: #888;
	text-align: center;
}

/** *************** progres *************** */
.progres{
	margin-bottom: 100px;
	display: flex;
}
.progresItem{
	/* width: 19%;
	flex-grow: 0;
	flex-shrink: 0; */
}
.progresImgBox{
	width: 100%;
	text-align: center;
}
.progresImg{
	width: 100%;
	display: inline-block;
}
.progresNum{
	font-size: 38px;
	padding-top: 20px;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.progresText{
	margin-bottom: 10px;
	font-size: 24px;
	color: #000;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
.progresProcess{
	position: relative;
}
.progresProcessLine{
	width: 1px;
	background: #999;
	position: absolute;
	z-index: -1;
}
.progresProcessText{
	padding: 8px 0;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #999;
	line-height: 100%;
	white-space: nowrap;
}
.progresProcessText::before{
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 6px;
	flex-shrink: 0;
	box-shadow: 0 0 0 2px #fff;
	border: 2px solid #999;
	border-radius: 50%;
	background: #fff;
}

/** *************** media *************** */
@media (max-width: 1279px) {
	.zcon{width:970px;}
	
	/** *************** header *************** */
	.header .bgBox{
		width: 100%;
		/* height: 469px; */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header .br{
		width: 1279px;
	}
	
	.header .logoBox{
		height: 60px;
	}
	.header .logo{
		width: 42px;
		height: 42px;
		margin-right: 10px;
	}
	.header .logoBox span{
		font-size: 22px;
	}
	.header .top .r>ul>li{
		height: 60px;
	}
	.header .top .r>ul>li>a,
	.header .top .r>ul>li>span{
		padding: 0 10px;
		/* font-size: 14px; */
		line-height: 60px;
	}
	.header .top .r>ul>li>span>.iconfont{
		font-size: 14px;
	}
	.header .top .r>ul>li:hover>ul{
		height: 60px;
	}
	.header .top .r>ul>li>ul>li{
		height: 30px;
	}
	.header .top .r>ul>li>ul>li>a{
		font-size: 14px;
	}
	/* .header .contenBtn{
		width: 200px;
		height: 60px;
		margin-left: -100px;
		border: none;
		border-radius: 30px;
		font-size: 28px;
	} */
	
	/** *************** title *************** */
	.title h2{
		/* padding-top: 60px;
		padding-bottom: 0px;
		font-size: 48px; */
	}
	.title p{
		width: 544px;
		/* padding-bottom: 76px;
		font-size: 34px;
		line-height: 42px; */
	}
	
	/** *************** footer *************** */
	.footer>.adv span{
		/* font-size: 36px; */
	}
	.footer>.adv button{
		/* width: 240px;
		height: 60px;
		border-width: 3px;
		border-radius: 25px;
		font-size: 22px; */
	}
	.footer .contact{
		max-width: 320px;
	}
	
	/** *************** they *************** */
	.theyBox{
		margin-bottom: 80px;
	}
	.theyBox>.theyItem{
		width: calc((100% - 60px)/2);
		margin-right: 60px;
	}
	.theyBox>.theyItem:nth-of-type(2n){
		margin-right: 0px;
	}
	.theyBox>.theyItem:nth-of-type(n+3){
		margin-top: 60px;
	}
	
	.progresText{
		font-size: 20px;
	}
	
	/** *************** font-size *************** */
	.f28{font-size: 18px;}
	.f32{font-size: 22px;}
	.f34{font-size: 24px;}
	.f36{font-size: 24px;}
	.f38{font-size: 26px;}
	.f42{font-size: 30px;}
	.f44{font-size: 32px;}
	.f48{font-size: 34px;}
	.f56{font-size: 44px;}
	.f64{font-size: 48px;}
	.f66{font-size: 48px;}
}

@media (max-width: 991px) {
	.zcon{width:750px;}
	
	/** *************** header *************** */
	.header .bgBox{
		/* height: 328px; */
	}
	.header .br{
		width: 991px;
	}
	
	.header .top .r>ul>li>a,
	.header .top .r>ul>li>span{
		padding: 0 5px;
		font-size: 12px;
	}
	.header .top .r>ul>li>ul{
		padding-left: 5px;
	}
	/* .header .contenBtn{
		width: 160px;
		height: 50px;
		margin-left: -80px;
		border: none;
		border-radius: 25px;
		font-size: 24px;
	} */
	
	/** *************** title *************** */
	.title h2{
		padding-top: 60px;
		padding-bottom: 10px;
		/* font-size: 65px; */
	}
	.title p{
		width: 520px;
		padding-bottom: 50px;
		/* font-size: 35px; */
		/* line-height: 58px; */
	}
	
	/** *************** footer *************** */
	.footer>.adv span{
		/* font-size: 36px; */
	}
	.footer>.adv button{
		/* width: 240px;
		height: 60px;
		border-width: 3px;
		border-radius: 25px;
		font-size: 22px; */
	}
	.footer .footerUl>ul{
		/* font-size: 16px; */
	}
	.footer .contact{
		max-width: 220px;
	}
	.footer .footerUl .codeBox{
		width: 156px;
		height: 156px;
	}
	
	.theyText{
		/* font-size: 16px; */
	}
	.theyItem .project{
		/* font-size: 16px; */
	}
	
	.progres{
		margin-bottom: 60px;
	}
	.progresProcessText{
		font-size: 16px;
	}
	
	/** *************** font *************** */
	.f32{font-size: 20px;}
	.f34{font-size: 20px;}
	.f36{font-size: 20px;}
	.f38{font-size: 22px;}
	.f42{font-size: 26px;}
	.f44{font-size: 26px;}
	.f48{font-size: 28px;}
	.f56{font-size: 34px;}
	.f64{font-size: 36px;}
	.f66{font-size: 36px;}
}
@media (max-width: 767px) {
	.zcon{width:96%;}
	
	/** *************** header *************** */
	.header .bgBox{
		/* height: 281px; */
	}
	.header .br{
		width: 767px;
	}
	
	/** *** 新版手机头部，由pc版响应而成 *** */
	.header .top{
		width: 100%;
		background: #1D74C0;
		position: static;
	}
	.header .logoBox{
		width: 100%;
		height: 50px;
		display: flex;
		justify-content: space-between;
	}
	.header .logoBox{
		width: 100%;
		height: 50px;
		display: flex;
		justify-content: space-between;
	}
	.header .logoBox .logoBoxLeft {
		height: 50px;
	}
	.header .logo{
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
	.header .logoBox span{
		font-size: 18px;
	}
	.header .logoBox .logoBoxRight{
		display: block;
	}
	.header .rollUpNavBtn{
		width: 49px;
		height: 30px;
		margin: 10px 0;
		border: 1px solid rgba(255,255,255,.1);
		border-radius: 4px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: rgba(255,255,255,.5);
		cursor: pointer;
	}
	.header .rollUpNavBtn>img{
		height: 22px;
	}
	
	.header .top .r{
		display: none;
		height: 0;
	}
	.header .top .r,
	.header .top .r>ul{
		width: 100%;
	}
	.header .top .r>ul>li{
		width: 100%;
		height: 30px;
		display: inline-block;
		position: relative;
	}
	.header .top .r>ul>li>a,
	.header .top .r>ul>li>span{
		display: inline-block;
		/* padding: 0 10px; */
		/* font-size: 20px; */
		font-size: 14px;
		color: #fff;
		/* font-weight: bold; */
		line-height: 30px;
		cursor: pointer;
	}
	
	/* .phoneHeader{
		display: block;
	}
	.header .top{
		display: none;
	} */
	
	
	/** 图文分类 */
	.header .hearderContent {
	    top: 0;
	}
	.hearderContent .banName {
	    font-size: 26px;
	}
	.hearderContent p {
	    padding-top: 8px;
	    font-size: 14px;
	}
	.hearderContent p:first-of-type {
	    padding-top: 26px;
	}
	.hearderContent .contenBtn {
	    width: 120px;
	    height: 36px;
	    margin-top: 14px;
	    border-radius: 18px;
	    font-size: 14px;
	}
	
	/** *************** footer *************** */
	.footer .footerUl{
		flex-wrap: wrap;
	}
	.footer .footerUl>ul{
		/* font-size: 14px; */
		width: 50%;
		/* text-align: center; */
	}
	.footer .footerUl>ul>li:first-of-type{
		padding-top: 42px;
	}
	.footer .footerUl>ul:nth-of-type(n+3)>li:first-of-type{
		padding-top: 28px;
	}
	.footer .footerUl>ul>li:nth-of-type(n+2){
		line-height: 30px;
	}
	.footer .contact{
		max-width: 50%;
	}
	
	/** *************** title *************** */
	.title h2{
		padding-top: 40px;
		/* padding-bottom: 0px; */
		font-size: 26px;
	}
	.title p{
		width: 510px;
		/* padding-bottom: 14px; */
		/* font-size: 14px; */
		line-height: 26px;
	}
	
	/** *************** font *************** */
	.f16{font-size: 12px;}
	.f18{font-size: 12px;}
	.f32{font-size: 16px;}
	.f34{font-size: 16px;}
	.f36{font-size: 18px;}
	.f38{font-size: 18px;}
	.f42{font-size: 20px;}
	.f44{font-size: 20px;}
	.f48{font-size: 22px;}
	.f56{font-size: 26px;}
	.f64{font-size: 32px;}
	.f66{font-size: 32px;}
	
	/** *************** they *************** */
	.theyBox{
		margin-bottom: 40px;
	}
	.theyBox>.theyItem{
		/* width: calc((100% - 15px)/2); */
		width: 100%;
		margin: 14px;
		/* margin-right: 0px; */
		/* padding-bottom: 60px; */
		padding: 14px;
		border: 3px solid #c1c1c1;
		border-radius: 20px;
		display: flex;
		/* align-items: center; */
	}
	.theyBox>.theyItem:nth-of-type(2n){
		margin-right: 14px;
	}
	.theyBox>.theyItem:nth-of-type(n+3){
		margin-top: 14px;
	}
	.theyItem .theyImgBox{
		width: 150px;
		height: auto;
		align-self: center;
		margin-right: 20px;
		padding: 0;
		flex-shrink: 0;
		flex-grow: 0;
	}
	/* .theyItem:first-of-type .theyImgBox>.theyImg{
		width: 100%;
	}
	
	.theyItem .theyImgBox>.theyImg{
		max-width: 100%;
		max-height: 100%;
	}
	 */
	.theyItem:nth-of-type(1) .theyImgBox>.theyImg{
		width: 150px;
		height: auto;
	}
	.theyItem:nth-of-type(2) .theyImgBox>.theyImg{
		width: 150px;
		height: auto;
	}
	.theyItem:nth-of-type(3) .theyImgBox>.theyImg{
		width: 150px;
		height: auto;
	}
	.theyItem:nth-of-type(4) .theyImgBox>.theyImg{
		width: 150px;
		height: auto;
	}
	
	.theyItem .theyTextBox{
		/* width: 70%; */
		/* margin-right: 20px;
		padding: 0; */
		/* flex-shrink: 0; */
		flex-grow: 1;
		
	}
	.theyItem .theyName{
		padding-top: 0px;
		/* font-size: 20px; */
		line-height: 100%;
	}
	.theyText{
		margin-bottom: 14px;
		/* font-size: 14px; */
	}
	.theyItem .project{
		/* font-size: 12px; */
		position: static;
		text-align: left;
	}
	
	.progres{
		margin-bottom: 40px;
		flex-wrap: wrap;
	}
	.progresItem:nth-of-type(2n){
		display: none;
	}
	.progresItem:nth-of-type(n+ ){
		margin-top: 20px;
	}
	.progresImg{
		width: 60%;
	}
	.progresNum{
		font-size: 22px;
	}
}

@media (max-width: 640px) {
	/** *************** header *************** */
	/* .header .contenBtn{
		width: 100px;
		height: 30px;
		margin-left: -50px;
		border-radius: 15px;
		font-size: 18px;
	} */
	
	/** *************** footer *************** */
	.footer>.adv span{
		/* font-size: 22px; */
	}
	.footer>.adv button{
		/* width: 180px;
		height: 42px;
		border-width: 2px;
		border-radius: 15px;
		font-size: 16px; */
	}
	.footer .footerContent{
		padding-bottom: 40px;
	}
	.footer .footerUl>ul{
		/* font-size: 14px; */
	}
	.footer .footerUl>ul>li:first-of-type{
		padding-top: 32px;
	}
	.footer .footerUl>ul:nth-of-type(n+3)>li:first-of-type{
		padding-top: 20px;
	}
	.footer .footerUl>ul>li:nth-of-type(n+2){
		line-height: 28px;
	}
	
	/** *************** title *************** */
	/* .title h2{
		padding-top: 32px;
		font-size: 36px;
	} */
	.title p{
		width: 420px;
		/* padding-bottom: 42px;
		font-size: 28px;
		line-height: 32px; */
	}
	
	/** *************** font *************** */
	.f16{font-size: 12px;}
	.f18{font-size: 12px;}
	.f32{font-size: 14px;}
	.f34{font-size: 14px;}
	.f36{font-size: 14px;}
	.f38{font-size: 16px;}
	.f42{font-size: 16px;}
	.f44{font-size: 16px;}
	.f48{font-size: 20px;}
	.f56{font-size: 24px;}
	.f64{font-size: 28px;}
	.f66{font-size: 32px;}
	
	/** *************** they *************** */
	.theyItem .theyImgBox{
		width: 100px;
		margin-right: 15px;
	}
	.theyItem:nth-of-type(1) .theyImgBox>.theyImg{
		width: 100px;
	}
	.theyItem:nth-of-type(2) .theyImgBox>.theyImg{
		width: 100px;
	}
	.theyItem:nth-of-type(3) .theyImgBox>.theyImg{
		width: 100px;
	}
	.theyItem:nth-of-type(4) .theyImgBox>.theyImg{
		width: 100px;
	}
	
	
	.progresNum{
		font-size: 22px;
	}
	
}
@media (max-width: 480px) {
	
	/** *************** header *************** */
	.header .bgBox{
		/* height: 176px; */
	}
	.header .br{
		width: 480px;
	}
	
	/** 图文分类 */
	.hearderContent .banName {
	    font-size: 26px;
	}
	.hearderContent p {
	    padding-top: 4px;
	    font-size: 14px;
	}
	.hearderContent p:first-of-type {
	    padding-top: 12px;
	}
	.hearderContent .contenBtn {
	    width: 108px;
	    height: 32px;
	    margin-top: 6px;
	    border-radius: 16px;
	    font-size: 14px;
	}
	
	/** *************** title *************** */
	.title h2{
		width: 90%;
		margin: 0 auto;
		/* padding-top: 28px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 30px; */
	}
	.title p{
		width: 90%;
		margin: 0 auto;
		/* padding-bottom: 28px;
		font-size: 20px; */
		/* line-height: 32px; */
	}
	
	/** *************** footer *************** */
	.footer>.adv span{
		/* font-size: 18px; */
	}
	.footer>.adv button{
		width: auto;
		/* height: 28px;
		border-width: 2px;
		border-radius: 10px; */
		padding: 0 14px;
		/* font-size: 14px; */
	}
	
	/** *************** they *************** */
	.theyItem .theyImgBox{
		width: 100px;
		margin-right: 15px;
	}
	.theyItem:nth-of-type(1) .theyImgBox>.theyImg{
		width: 100px;
	}
	.theyItem:nth-of-type(2) .theyImgBox>.theyImg{
		width: 100px;
	}
	.theyItem:nth-of-type(3) .theyImgBox>.theyImg{
		width: 100px;
	}
	.theyItem:nth-of-type(4) .theyImgBox>.theyImg{
		width: 100px;
	}
	
	.progres{
		margin-bottom: 26px;
	}
	.progresItem:nth-of-type(n+4){
		margin-top: 20px;
	}
	.progresNum{
		font-size: 18px;
		/* padding-top: 20px; */
	}
	.progresText{
		/* margin-bottom: 10px; */
		font-size: 16px;
	}
	.progresProcessText{
		font-size: 14px;
	}
}